home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / editor / we16_95g.zip / WEEXTSRC.ZI_ / WE_EXT < prev    next >
Text File  |  1994-10-23  |  510b  |  21 lines

  1.  
  2. CL = cl -c -Zlep -Owt -Gsw -Asnw -W4 -DNOCOMM
  3. #CL = cl -c -Zlepi -Od -Gsw -Asnw -W4 -DNOCOMM
  4.  
  5. goal: we_ext.dll
  6.  
  7. we_ext.obj: we_ext.c we_ext.h private.h
  8.         $(CL) we_ext.c
  9.  
  10. ctags.obj: ctags.c we_ext.h private.h
  11.         $(CL) ctags.c
  12.  
  13. we_ext.res: we_ext.rc we_ext.h
  14.         rc -r we_ext.rc
  15.  
  16. we_ext.dll: we_ext.obj ctags.obj we_ext.def we_ext.lnk we_ext.res edmac16i.lib
  17. #        link @we_ext.lnk
  18.         link /CO @we_ext.lnk
  19.         rc -t -30 we_ext.res we_ext.dll
  20.         mapsym we_ext
  21.